WebInput.NET has enhanced client side events model. Every client side event handler has a minimum 1 parameter (controlId).
Every client side event handler must return boolean value, either True or False.
Return value:
- True - default behavior after the current event handler is executed normally.
- False - default behavior after the current event handler is NOT executed.
At design time, there is a client event handler type editor that can create automatically associated javascript function in HTMLVIEW and lists all javascript function declaration name. The feature is designed to increase developers' productivity by automatically creating the function body and script's tag (if the page does not contain any script tag yet) and also automatically switching the View to Html View with the cursor position ready in the function's body.
![]() |
Every client side event handler must return boolean value, either True or False. |
In This Section
How-to: Use calculator editor events
How-to: Use DateTime editor events
How-to: Use display format events
How-to: Use edit format events